home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / prolog / ai.prl / opnprlg1.hqx / Open Prolog / External Predicates… / External Predicates History < prev    next >
Text File  |  1993-04-15  |  802b  |  19 lines

  1. Ñ 1.0d42
  2.  
  3. -    Fixed a bug which initialised the predicates in a PRLX resource in the wrong order. This bug only has an effect if the predicates share common data structures - what is supposed to be the first predicate to be initialised (and hence the one to allocate the shared storage) was actually being initialised last. Oops. Sorry... Now, the predicates are initialised in ascending numerical order, as advertised.
  4.  
  5. Ñ 1.0d41
  6.  
  7. - fixed a bug which prevented writestr writelnstr or errorstr from working properly.
  8.  
  9. Ñ 1.0d37
  10.  
  11. - predicates defined in the same resource can share data at initialisation.
  12.  
  13. - predicates can signal errors that are then 'thrown'
  14.  
  15. - new eventsVersion number. Previously compiled predicates must be recompiled. No other modifications needed.
  16.  
  17. Ñ 1.0d36
  18.  
  19. - initial public release